home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CQTDocItems.h
-
- CQTDoc Item Constants
-
- Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "Items.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
-
- // Item numbers for each item.
- //
- // Use TCLGetItemPointer (ViewUtilities) to convert these
- // item numbers to a pointer to the named item.
-
- enum
- {
- CQTDoc_Begin_,
- CQTDoc_End_
- };
-